home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Bus
/
A
/
4D Feb Etrnls.cpt
/
Feb.Ext.rsrc
/
4DTE_15028
< prev
next >
Wrap
Text File
|
1988-02-16
|
781b
|
15 lines
SystemInfos(Var1;Var2;Var3;Var4;Var5;Var6;Var7;Var8;Var9)
Var1...Var6 are alphanumeric variables
Var7...Var9 are numeric variables
By calling SystemInfos, you get useful information about the system environment of your database. After the call :
Var1, contains a string equal to the system version.
Var2, contains a string equal to the Finder version.
Var3, contains a string equal to the version of the current selected printer.
Var4, contains a string equal to the version of the Macintosh.
Var5, contains a string equal to the current file system used ( MFS or HFS)
Var6, contains a string equal to the version of CPU (68000 or 68020)
Var7, contains the memory size in Kbytes
Var8, contains the free memory in bytes.
Var9, contains the size in bytes of the cache memory.